methodwise 0.1.1

A precise, methodic TUI web browser for the terminal enthusiast.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Getting Started Guide

## 1. Rust Developers (Cargo)
If you have Rust installed, you can compile and install directly from source.

### Installation
```bash
cargo install --git https://github.com/Geekspeaker/methodwise.git
```
*Note: Ensure `~/.cargo/bin` is in your PATH.*

## 4. Manual Binary Download
You can download the latest binary from [GitHub Releases](https://github.com/Geekspeaker/methodwise/releases).

**Note**: You must manually add the binary to your PATH (e.g., move it to `/usr/local/bin` on Linux/Mac or `C:\Windows\System32` on Windows) to run it by just typing `methodwise`.